home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Astromatch / Astro.jar / Astro / i.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-05-06  |  1.2 KB  |  60 lines

  1. package Astro;
  2.  
  3. import com.siemens.mp.game.ExtendedImage;
  4. import com.siemens.mp.game.TiledBackground;
  5.  
  6. // $FF: renamed from: Astro.i
  7. class class_0 {
  8.    // $FF: renamed from: for com.siemens.mp.game.TiledBackground
  9.    static TiledBackground field_0;
  10.    // $FF: renamed from: new byte[]
  11.    static byte[] field_1;
  12.    // $FF: renamed from: int byte[]
  13.    static byte[] field_2;
  14.    // $FF: renamed from: try byte[]
  15.    static byte[] field_3;
  16.    // $FF: renamed from: a int
  17.    int field_4;
  18.    // $FF: renamed from: do int
  19.    int field_5;
  20.    // $FF: renamed from: if int
  21.    int field_6;
  22.  
  23.    class_0() {
  24.       System.gc();
  25.       field_0 = d.a("disclaimer.bin", field_1, field_2, field_3);
  26.       System.gc();
  27.       this.field_4 = d.new * 8;
  28.       this.field_5 = d.do * 8;
  29.       this.field_6 = 0;
  30.       field_0.setPositionInMap(0, this.field_6);
  31.       d.b.addObject(field_0);
  32.    }
  33.  
  34.    // $FF: renamed from: a () boolean
  35.    boolean method_0() {
  36.       if (this.field_6 < this.field_5 - 80) {
  37.          ++this.field_6;
  38.          field_0.setPositionInMap(0, this.field_6);
  39.          return true;
  40.       } else {
  41.          return false;
  42.       }
  43.    }
  44.  
  45.    // $FF: renamed from: if () void
  46.    void method_1() {
  47.       field_1 = null;
  48.       field_2 = null;
  49.       field_3 = null;
  50.       d.b.deleteObject(field_0);
  51.       System.gc();
  52.    }
  53.  
  54.    // $FF: renamed from: a (com.siemens.mp.game.ExtendedImage) void
  55.    void method_2(ExtendedImage var1) {
  56.       d.b.paint(var1, 0, 0);
  57.       var1.blitToScreen(0, 0);
  58.    }
  59. }
  60.